home *** CD-ROM | disk | FTP | other *** search
/ Sun Solutions 2000 #2 / Sun Solutions CD (Volume 2 2000)(Special Focus - Java Technologies)(Disc 1).ISO / products / Software / InLineSoftware / _install / notOS.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2000-02-16  |  226b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This Software Installation is for Microsoft Windows NT and Windows 98 only."
  5.         echo ""
  6.         echo "Hit Return or use your mouse to Quit this window."
  7.         read return
  8. exit 0
  9.